home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK) 86 / PC_Format_September1998_Issue86.iso / Tech / DIRECTOR / data.z / Multiple Child Objects.dir / 00006_Frame 5 Script.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  80 b   |  9 lines

  1. on mouseDown
  2.   DoButton()
  3. end
  4.  
  5. on exitFrame
  6.   DoAnimation()
  7.   go(the frame)
  8. end
  9.